CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 函数 拟合

搜索资源列表

  1. BP神经网络模式识别、函数拟合

    0下载:
  2. BP神经网络模式识别、函数拟合BP神经网络模式识别、函数拟合BP神经网络模式识别、函数拟合
  3. 所属分类:matlab例程

    • 发布日期:2011-11-22
    • 文件大小:2342
    • 提供者:zkaychen
  1. function fitting

    0下载:
  2. matlab编写的数值计算程序集中的函数拟合算法集,用于科学计算中的拟合问题,包含所有拟合算法
  3. 所属分类:matlab例程

  1. 高斯拟合程序,采用高斯函数拟合数据

    2下载:
  2. 高斯拟合程序,采用高斯函数拟合数据,获得拟合高斯函数的平均值和方差。-Gaussian fitting procedure, using Gaussian function fitting the data, fitting Gaussian function to obtain the mean and variance.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-22
    • 文件大小:541
    • 提供者:liut
  1. matlab曲面拟合程序

    8下载:
  2. matlab曲面拟合程序,可以得到函数具体解析式,matlab surface fitting procedure, can be a specific analytical function
  3. 所属分类:数学计算/工程计算

    • 发布日期:2015-10-04
    • 文件大小:21230
    • 提供者:刘辉
  1. svm

    0下载:
  2. 关于svm的一本非常好的书籍,适合搞数据挖掘、模式识别、函数拟合的人群-A good book about svm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:7651386
    • 提供者:mandy
  1. hanshunihe

    0下载:
  2. 函数拟合的程序,用来采用最小二乘法实现对函数的拟合。-Function fitting procedures, using least-squares method is used to realize the function of the fitting.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:137394
    • 提供者:陈卫亮
  1. BP

    0下载:
  2. BP神经网络 非线性函数拟合,BP神经网络 非线性函数拟合-BP neural network nonlinear function fitting, BP neural network nonlinear function approximation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:47976
    • 提供者:罗乐
  1. GABP3

    0下载:
  2. 遗传算法 优化 BP神经网络 非线性函数 拟合-Genetic algorithm BP neural network nonlinear function approximation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:56428
    • 提供者:guanyouyuan
  1. 遗传算法优化BP神经网络-非线性函数拟合

    7下载:
  2. 进行非线性函数拟合且用遗传算法对BP神经网络进行优化(The nonlinear function is fitted and the BP neural network is optimized by genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-16
    • 文件大小:51200
    • 提供者:海航
  1. BP神经网络的非线性系统建模-非线性函数拟合

    2下载:
  2. BP神经网络的非线性系统建模-非线性函数拟合(Nonlinear system modeling of BP neural networks nonlinear function fitting)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:48128
    • 提供者:青鱼
  1. 遗传算法优化BP神经网络-非线性函数拟合

    0下载:
  2. 遗传算法优化BP神经网络-非线性函数拟合(Genetic algorithm optimization BP neural network nonlinear function fitting)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:52224
    • 提供者:青鱼
  1. 散落点数据拟合拟合及其优化

    0下载:
  2. 可以二次三次四次函数拟合,并进行优化方法介绍,达到高度拟合。(Can be two times, three times, four times function fitting, and optimization, to achieve height fitting.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:527360
    • 提供者:井底之蛙
  1. 3次B样条曲线拟合

    10下载:
  2. 离散点曲线 进行3次B样条曲线拟合 包括节点参数化过程 基函数计算过程 控制点反求过程 到最后拟合曲线的显示(The discrete point curve is fitted with 3 B spline curves, including the node parameterization process, the basis function calculation process, the control point inversion process, and the final
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:溜溜蘑
  1. 执行成功

    0下载:
  2. 三维空间函数拟合算法 已知xyz坐标在MATLAB中绘图(Three dimensional space function fitting algorithm The known XYZ coordinates are drawn in MATLAB)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:8599552
    • 提供者:白吃羊
  1. 第6讲 用MATLAB进行数据拟合

    1下载:
  2. 数据拟合,入门 数据拟合是一个数学函数,在MATLAB的NAG Foundation Toolbox中也有一些曲面拟合函数,如e02daf是最小二乘平方曲面拟合函数,e02def可求出曲面拟合的函数值(Data fitting is a mathematical function, in MATLAB NAG Foundation Toolbox, there are also some surface fitting functions, such as e02daf is the leas
  3. 所属分类:matlab例程

  1. POLYFIT

    0下载:
  2. 自己写的一个函数拟合的算法函数,利用了最小二乘法可以拟合相关函数(Write a function fitting algorithm function, the use of the least squares method can fit the correlation function)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:87hbteo
  1. BP神经网络的非线性系统建模-非线性函数拟合

    0下载:
  2. BP神经网络的非线性系统建模-非线性函数拟合(Nonlinear system modeling of BP neural network nonlinear function fitting)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-02
    • 文件大小:48128
    • 提供者:hano
  1. BP神经网络用于非线性函数拟合

    0下载:
  2. BP神经网络用于非线性函数的拟合,效果不错,适合初学者。(BP neural network for nonlinear function fitting, the effect is good, suitable for beginners.)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:86016
    • 提供者:艺宝
  1. BP神经网络的非线性系统建模-非线性函数拟合

    0下载:
  2. BP神经网络的非线性系统建模-非线性函数拟合(Nonlinear system modeling of BP neural network nonlinear function fitting)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-07
    • 文件大小:48128
    • 提供者:32768
  1. 遗传算法优化BP神经网络-非线性函数拟合

    0下载:
  2. 遗传算法优化BP神经网络-非线性函数拟合(Genetic algorithm optimizes BP neural network nonlinear function fitting)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-07
    • 文件大小:54272
    • 提供者:32768
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com